home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / Chip_2003-07_cd1.bin / oddech / srp / Stress Relief Paintball.exe / scripts / frame_167 / DoAction.as
Text File  |  2002-07-26  |  126b  |  9 lines

  1. i = 0;
  2. while(i < count)
  3. {
  4.    removeMovieClip("splat" + i);
  5.    i++;
  6. }
  7. removeMovieClip("crosshair");
  8. blnInPlay = false;
  9.